TCPIP-TCP-NODELAY

 

(default changed and keyword added in server version 6.08a or later)

 

(Default = false)

TCPIP-TCP-NODELAY  TRUE | FALSE 

 

Specifies if MOMI should issue a TCP socket option (TCP_NODELAY) that causes any data sent from the server to send immediately to the client. Sockets, by default, impose a slight delay in the hope that additional data is following and the overall number of transmissions may be reduced.

 

True instructs MOMI to issue the TCP_NODELAY socket option. False instructs MOMI to not issue the socket option.

 

MOMI clients normally receive a fairly steady stream of data and default socket delays are usually in milliseconds thus eliminating the need for immediate socket data sends.

 

Example:

 

                          == TCP/IP data sends

                          ==  immediately

TCPIP-TCP-NODELAY true